home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 9 / CD-ROM Collection 9 - Disc 1.iso / pc / data / a03a.dxr / 00007_sposea.pct.ls < prev    next >
Encoding:
Text File  |  1997-10-11  |  114 b   |  8 lines

  1. on mouseDown
  2.   set the ink of sprite 7 to 4
  3.   updateStage()
  4.   repeat while stillDown()
  5.   end repeat
  6.   pause()
  7. end
  8.